new RT/PC entries, 5 small fixes, removed aaa-29-np, I? means IBM now
[unix-history] / usr / src / share / termcap / Makefile
index c7c0f11..3d960f6 100644 (file)
@@ -1,20 +1,29 @@
-# @(#)Makefile 1.6     %G%
+#
+# Copyright (c) 1987 Regents of the University of California.
+# All rights reserved.  The Berkeley software License Agreement
+# specifies the terms and conditions for redistribution.
+#
+#      @(#)Makefile    5.4     (Berkeley)      %G%
 #
 # reorder gives an editor command for most common terminals
 # (in reverse order from n'th to 1'st most commonly used)
 # to move them to the front of termcap
 #
 #
 # reorder gives an editor command for most common terminals
 # (in reverse order from n'th to 1'st most commonly used)
 # to move them to the front of termcap
 #
-DESTDIR =
+all: termcap
 
 
-termcap.obj: reorder termcap.src
+termcap: reorder termcap.src
        ex - termcap.src < reorder
 
        ex - termcap.src < reorder
 
-install: termcap.obj
-       install -o root -m 664 -c termcap.obj ${DESTDIR}/etc/termcap
-       chgrp termcap ${DESTDIR}/etc/termcap
-       rm -fr ${DESTDIR}/usr/lib/tabset
+clean: FRC
+       rm -f termcap
+
+install: FRC
+       install -o bin -g staff -m 444 termcap ${DESTDIR}/etc/termcap
+       rm -rf ${DESTDIR}/usr/lib/tabset
        mkdir ${DESTDIR}/usr/lib/tabset
        cp tabset/* ${DESTDIR}/usr/lib/tabset
 
        mkdir ${DESTDIR}/usr/lib/tabset
        cp tabset/* ${DESTDIR}/usr/lib/tabset
 
-clean:
-       rm -f termcap.obj
+depend:
+lint:
+tags:
+FRC: