summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/create/Makefile
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1993-09-20 23:47:51 +0000
committernate <nate@FreeBSD.org>1993-09-20 23:47:51 +0000
commit1eca961b5667d769243589794fd01db3ca6a5ab6 (patch)
treeb08f54e0de4cfb41f9dddca3c40b15f6a9f5af4d /usr.sbin/pkg_install/create/Makefile
parent00d21e535d9f681719a7a1d3cfaa240aab707a0f (diff)
downloadFreeBSD-src-1eca961b5667d769243589794fd01db3ca6a5ab6.zip
FreeBSD-src-1eca961b5667d769243589794fd01db3ca6a5ab6.tar.gz
Now works with/without obj directories
Diffstat (limited to 'usr.sbin/pkg_install/create/Makefile')
-rw-r--r--usr.sbin/pkg_install/create/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/create/Makefile b/usr.sbin/pkg_install/create/Makefile
index 795ec24..2f52910 100644
--- a/usr.sbin/pkg_install/create/Makefile
+++ b/usr.sbin/pkg_install/create/Makefile
@@ -1,7 +1,8 @@
PROG= pkg_create
CFLAGS+= ${DEBUG} -I${.CURDIR}/../lib
-LDADD+= -L${.CURDIR}/../lib -linstall
+LDADD+= -L${.CURDIR}/../lib -L${.CURDIR}/../lib/obj -linstall
+
SRCS= main.c perform.c pl.c
OpenPOWER on IntegriCloud