File: rules

package info (click to toggle)
mingetty 1.08-2
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 212 kB
  • ctags: 202
  • sloc: ansic: 2,552; makefile: 16
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"