freebsd-dev/usr.sbin/lpr/lpd/Makefile

12 lines
279 B
Makefile
Raw Normal View History

# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
# $Id: Makefile,v 1.5 1997/12/16 17:53:25 bde Exp $
1994-05-26 05:23:31 +00:00
PROG= lpd
CFLAGS+=-I${.CURDIR}/../common_source -Wall -Werror
MAN8= lpd.8
SRCS= lpd.c printjob.c recvjob.c lpdchar.c modes.c
DPADD= ${LIBLPR}
LDADD= ${LIBLPR}
1994-05-26 05:23:31 +00:00
.include <bsd.prog.mk>