diff options
author | Garance A Drosehn <gad@FreeBSD.org> | 2002-06-23 20:57:18 +0000 |
---|---|---|
committer | Garance A Drosehn <gad@FreeBSD.org> | 2002-06-23 20:57:18 +0000 |
commit | 3c75ad7ec09b1e2959b45c416e2ac75892aef19d (patch) | |
tree | 772574425e520e9cf07dc97e596f25c66f03be7b /usr.sbin/lpr/pac | |
parent | 4d2e36928d066a701da1527175dbadcc65211ad1 (diff) |
Notes
Diffstat (limited to 'usr.sbin/lpr/pac')
-rw-r--r-- | usr.sbin/lpr/pac/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lpr/pac/Makefile b/usr.sbin/lpr/pac/Makefile index 19ecdc98db95c..bd895a71a3054 100644 --- a/usr.sbin/lpr/pac/Makefile +++ b/usr.sbin/lpr/pac/Makefile @@ -6,7 +6,7 @@ PROG= pac MAN= pac.8 -CFLAGS+= -I${.CURDIR}/../common_source ${CWARNFLAGS} +CFLAGS+= -I${.CURDIR}/../common_source DPADD= ${LIBLPR} LDADD= ${LIBLPR} |