File: Makefile

package info (click to toggle)
lpr 5.9-29hamm34
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 488 kB
  • ctags: 500
  • sloc: ansic: 6,005; makefile: 120; sh: 82
file content (11 lines) | stat: -rw-r--r-- 191 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
all:	lpc

lpc:	lpc.o cmds.o cmdtab.o

install: lpc
	install -o root -g lp -m 2755 lpc ${DEBDIR}/usr/sbin
	install -o root -g root -m 0644 lpc.8 ${DEBDIR}/usr/man/man8

clean:
	rm -f lpc *.o