NetBSD/usr.sbin/lpr/lpd/Makefile
gwr 10e180cc49 Back out the .PATH.c changes. The .depend problem (and others)
will be fixed using the new .NOPATH make feature instead.
1997-05-08 21:11:01 +00:00

13 lines
356 B
Makefile

# $NetBSD: Makefile,v 1.10 1997/05/08 21:12:25 gwr Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= lpd
CFLAGS+=-I${.CURDIR}/../common_source
MAN= lpd.8
SRCS= lpd.c printjob.c recvjob.c displayq.c rmjob.c startdaemon.c \
lpdchar.c common.c key.c modes.c ttcompat.c
.PATH: ${.CURDIR}/../common_source
.include "../../Makefile.inc"
.include <bsd.prog.mk>