84e59eb50d
(and rename a few in the process).
14 lines
247 B
Makefile
14 lines
247 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= lpq
|
|
CFLAGS+=-I${.CURDIR}/../common_source
|
|
SRCS= lpq.c displayq.c common.c
|
|
BINOWN= root
|
|
BINGRP= daemon
|
|
BINMODE=6555
|
|
BINDIR= /usr/bin
|
|
MAN1= lpq.1
|
|
.PATH: ${.CURDIR}/../common_source
|
|
|
|
.include <bsd.prog.mk>
|