diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 03:57:47 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 03:57:47 +0000 |
commit | 4f960dd75f181e9fa2edc44324f15f0ab5c64b37 (patch) | |
tree | 15a9c7203efd47ba6dde2896fdb6327dddd4547f /usr.sbin/pkg_manage/Makefile | |
parent | 30ef9631c5eac7f8254bd3d7ad274d34d9f518b8 (diff) | |
download | FreeBSD-src-4f960dd75f181e9fa2edc44324f15f0ab5c64b37.zip FreeBSD-src-4f960dd75f181e9fa2edc44324f15f0ab5c64b37.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'usr.sbin/pkg_manage/Makefile')
-rw-r--r-- | usr.sbin/pkg_manage/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_manage/Makefile b/usr.sbin/pkg_manage/Makefile index 41ce93d..6367244 100644 --- a/usr.sbin/pkg_manage/Makefile +++ b/usr.sbin/pkg_manage/Makefile @@ -1,9 +1,9 @@ -# $Id: Makefile,v 1.4 1995/04/24 13:00:49 jkh Exp $ +# $Id: Makefile,v 1.5 1995/05/27 20:05:35 jkh Exp $ PROG= pkg_manage SRCS= pkg_main.c pkg_manage.c pkg_ui.c version.c LDADD+= -ldialog -lncurses -lmytinfo -DPADD+= ${LIBDIALOG} ${LIBNCURSES} ${LIBMYTINFO} +DPADD+= ${LIBDIALOG} ${LIBNCURSES} ${LIBMYTINFO} CFLAGS+= -Wall -Wstrict-prototypes -DHELP_PATH=\"${HELPDIR}/\" \ -I${.CURDIR}/../../gnu/lib/libdialog \ -I${.CURDIR}/../../lib/libncurses |