diff options
author | des <des@FreeBSD.org> | 2005-06-10 06:12:53 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2005-06-10 06:12:53 +0000 |
commit | 2bb8de20fe30f1cc02ae127bd04e473b19e23441 (patch) | |
tree | 086bc6374cc176de9e2533a2b8b25ab0ef497b15 /usr.sbin/lpr | |
parent | 508e67396ea922c5e3249f730d7004fa6edba0b2 (diff) | |
download | FreeBSD-src-2bb8de20fe30f1cc02ae127bd04e473b19e23441.zip FreeBSD-src-2bb8de20fe30f1cc02ae127bd04e473b19e23441.tar.gz |
Remove kludges intended to support src trees with partial obj trees.
Discussed with: ru
Diffstat (limited to 'usr.sbin/lpr')
-rw-r--r-- | usr.sbin/lpr/Makefile.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/lpr/Makefile.inc b/usr.sbin/lpr/Makefile.inc index 13b94c2..1854882 100644 --- a/usr.sbin/lpr/Makefile.inc +++ b/usr.sbin/lpr/Makefile.inc @@ -2,10 +2,6 @@ CFLAGS+= -DINET6 -.if exists(${.OBJDIR}/../common_source) LIBLPR= ${.OBJDIR}/../common_source/liblpr.a -.else -LIBLPR= ${.CURDIR}/../common_source/liblpr.a -.endif .include "../Makefile.inc" |