freebsd-src/usr.sbin/lpr/lpq/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
158 B
Makefile
Raw Normal View History

1994-05-26 05:23:31 +00:00
BINDIR= /usr/bin
PACKAGE=lp
1994-05-26 05:23:31 +00:00
PROG= lpq
BINOWN= root
BINGRP= daemon
BINMODE= 6555
CFLAGS+= -I${.CURDIR:H}/common_source
LIBADD= lpr
1994-05-26 05:23:31 +00:00
.include <bsd.prog.mk>