diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
commit | d6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch) | |
tree | ece253b876159b39c620e62b6c9b1174642e070e /share/tabset/Makefile |
initial import of NetBSD tree
Diffstat (limited to 'share/tabset/Makefile')
-rw-r--r-- | share/tabset/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/share/tabset/Makefile b/share/tabset/Makefile new file mode 100644 index 00000000000..dc29e62dacd --- /dev/null +++ b/share/tabset/Makefile @@ -0,0 +1,15 @@ +# from: @(#)Makefile 5.3 (Berkeley) 10/22/90 +# $Id: Makefile,v 1.1 1995/10/18 08:44:47 deraadt Exp $ + +FILES= 3101 9837 aa aed512 beehive diablo dtc382 hp700-wy ibm3101 std \ + stdcrt tandem653 teleray vt100 wyse-adds xerox1720 xerox1730 \ + xerox1730-lm zenith29 +NOOBJ= noobj + +all clean cleandir depend lint tags: + +realinstall: + install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ + ${DESTDIR}${BINDIR}/tabset + +.include <bsd.prog.mk> |