summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/lpr/lpd/Makefile')
-rw-r--r--usr.sbin/lpr/lpd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lpd/Makefile b/usr.sbin/lpr/lpd/Makefile
index 1131262..6250e16 100644
--- a/usr.sbin/lpr/lpd/Makefile
+++ b/usr.sbin/lpr/lpd/Makefile
@@ -2,9 +2,11 @@
# $FreeBSD$
PROG= lpd
-CFLAGS+=-I${.CURDIR}/../common_source ${CWARNFLAGS}
MAN= lpd.8
SRCS= lpd.c printjob.c recvjob.c lpdchar.c modes.c
+
+CFLAGS+= -I${.CURDIR}/../common_source ${CWARNFLAGS}
+
DPADD= ${LIBLPR}
LDADD= ${LIBLPR}
OpenPOWER on IntegriCloud