File: rules

package info (click to toggle)
ngetty 1.1-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 360 kB
  • ctags: 266
  • sloc: ansic: 1,585; makefile: 203; sh: 193; asm: 100
file content (11 lines) | stat: -rwxr-xr-x 199 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
# -*- gmakefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export DH_OPTIONS

%:
	dh $@ --with quilt

override_dh_auto_build:
	$(MAKE) CC='diet -Os gcc -W'