File: rules

package info (click to toggle)
mingetty 1.08-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 224 kB
  • sloc: ansic: 2,552; makefile: 28
file content (6 lines) | stat: -rwxr-xr-x 132 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- CFLAGS="$(CFLAGS) -D_PATH_LOGIN=/bin/login -D_GNU_SOURCE=1"