diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-08-04 07:14:08 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-08-04 07:14:08 +0000 |
| commit | ba508869caebae8c24606cd50b6edf4469b6ccb7 (patch) | |
| tree | 66b83a42da94be2047fa99c7f6ca0d5b3c8a2891 /usr.sbin/pkg_install/delete | |
| parent | ce2219545faf37140e4cdc48cf65ae5660e37e87 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install/delete')
| -rw-r--r-- | usr.sbin/pkg_install/delete/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/delete/Makefile b/usr.sbin/pkg_install/delete/Makefile index 08a67eea1c6f..0c50a2aa98bd 100644 --- a/usr.sbin/pkg_install/delete/Makefile +++ b/usr.sbin/pkg_install/delete/Makefile @@ -1,9 +1,6 @@ PROG= pkg_delete CFLAGS+= ${DEBUG} -I${.CURDIR}/../lib -LDADD+= -lftp -DPADD+= ${LIBFTP} - .if exists(${.CURDIR}/../lib/obj) LDADD+= -L${.CURDIR}/../lib/obj -linstall DPADD+= ${.CURDIR}/../lib/obj/libinstall.a |
