first pass for new make
[unix-history] / usr / src / usr.sbin / lpr / lpq / Makefile
CommitLineData
de44f698
KB
1# @(#)Makefile 5.1 (Berkeley) %G%
2
3PROG= lpq
4CFLAGS+=-I${.CURDIR}/../common_source
5SRCS= lpq.c displayq.c common.c printcap.c
6.PATH: ${.CURDIR}/../common_source
7
8.include "../../Makefile.inc"
9.include <bsd.prog.mk>