386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Fri, 11 May 1990 21:15:20 +0000 (13:15 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Fri, 11 May 1990 21:15:20 +0000 (13:15 -0800)
Work on file usr/src/usr.bin/head/Makefile
Work on file usr/src/usr.bin/tput/Makefile

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.1

usr/src/usr.bin/head/Makefile [new file with mode: 0644]
usr/src/usr.bin/tput/Makefile [new file with mode: 0644]

diff --git a/usr/src/usr.bin/head/Makefile b/usr/src/usr.bin/head/Makefile
new file mode 100644 (file)
index 0000000..d9a1477
--- /dev/null
@@ -0,0 +1,5 @@
+#      @(#)Makefile    5.3 (Berkeley) 5/11/90
+
+PROG=  head
+
+.include <bsd.prog.mk>
diff --git a/usr/src/usr.bin/tput/Makefile b/usr/src/usr.bin/tput/Makefile
new file mode 100644 (file)
index 0000000..ba93b9e
--- /dev/null
@@ -0,0 +1,12 @@
+#      @(#)Makefile    5.5 (Berkeley) 5/11/90
+
+PROG=  tput
+DPADD= ${LIBTERMCAP}
+LDADD= -ltermcap
+MLINKS=        tput.1 clear.1
+
+beforeinstall:
+       install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+           ${.CURDIR}/clear.sh ${DESTDIR}/usr/bin/clear
+
+.include <bsd.prog.mk>