diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-07-24 01:45:20 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-07-24 01:45:20 +0000 |
commit | c41bc9bba446fce26a33908587a6d5196e92f30b (patch) | |
tree | 70b70aadbc33c41fb09e0ae450bac8e1addcfc21 /share/tabset/Makefile | |
parent | 5edecbaedec5ae9827a0a9b7acb0da1db8567297 (diff) | |
download | src-test2-c41bc9bba446fce26a33908587a6d5196e92f30b.tar.gz src-test2-c41bc9bba446fce26a33908587a6d5196e92f30b.zip |
Notes
Diffstat (limited to 'share/tabset/Makefile')
-rw-r--r-- | share/tabset/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/tabset/Makefile b/share/tabset/Makefile index f32fa6855db9..0201f4a56533 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 |