diff options
author | ru <ru@FreeBSD.org> | 2002-03-28 10:02:00 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-03-28 10:02:00 +0000 |
commit | 2475368c6178ad8081b1dfc31db1adc2e254ea3e (patch) | |
tree | 1606c5937b6c1a2b65a3923cac3ce0ea174035eb /usr.sbin/sysinstall/Makefile | |
parent | c646fdd05c0e2005d3f2bdecdd3859cb242bd226 (diff) | |
download | FreeBSD-src-2475368c6178ad8081b1dfc31db1adc2e254ea3e.zip FreeBSD-src-2475368c6178ad8081b1dfc31db1adc2e254ea3e.tar.gz |
Tidy up CLEANFILES.
Diffstat (limited to 'usr.sbin/sysinstall/Makefile')
-rw-r--r-- | usr.sbin/sysinstall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/Makefile b/usr.sbin/sysinstall/Makefile index 298dddc..ec921e0 100644 --- a/usr.sbin/sysinstall/Makefile +++ b/usr.sbin/sysinstall/Makefile @@ -18,7 +18,7 @@ CFLAGS+= -DPC98 DPADD= ${LIBDIALOG} ${LIBNCURSES} ${LIBUTIL} ${LIBDISK} ${LIBFTPIO} LDADD= -ldialog -lncurses -lutil -ldisk -lftpio -CLEANFILES= makedevs.c rtermcap rtermcap.tmp dumpnlist +CLEANFILES= makedevs.c rtermcap CLEANFILES+= keymap.tmp keymap.h makedevs.c: Makefile rtermcap |