summaryrefslogtreecommitdiffstats
path: root/share/tabset/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-07-24 01:45:20 +0000
committerphk <phk@FreeBSD.org>1994-07-24 01:45:20 +0000
commite3557c8a5a8d304e62511f9b0f52db419969da57 (patch)
tree70b70aadbc33c41fb09e0ae450bac8e1addcfc21 /share/tabset/Makefile
parent011c1468f55e752f9c8ad5c03fc20c5a08912ba0 (diff)
downloadFreeBSD-src-e3557c8a5a8d304e62511f9b0f52db419969da57.zip
FreeBSD-src-e3557c8a5a8d304e62511f9b0f52db419969da57.tar.gz
Reviewed by: phk
Added a clean target.
Diffstat (limited to 'share/tabset/Makefile')
-rw-r--r--share/tabset/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/tabset/Makefile b/share/tabset/Makefile
index f32fa68..0201f4a 100644
--- a/share/tabset/Makefile
+++ b/share/tabset/Makefile
@@ -5,7 +5,10 @@ FILES= 3101 9837 aa aed512 beehive diablo dtc382 hp700-wy ibm3101 std \
xerox1730-lm zenith29
NOOBJ= noobj
-all clean cleandir depend lint tags:
+all depend lint tags:
+
+clean cleandir:
+ rm -f ${FILES}
install:
for i in ${FILES} ; do ; uudecode < $$i.uu ; done
OpenPOWER on IntegriCloud