cltp_usrreq.c made separate file in conf/files
[unix-history] / usr / src / usr.bin / Makefile
CommitLineData
a4f77f19
KB
1#
2# Copyright (c) 1989 The Regents of the University of California.
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms are permitted
6# provided that the above copyright notice and this paragraph are
7# duplicated in all such forms and that any documentation,
8# advertising materials, and other materials related to such
9# distribution and use acknowledge that the software was developed
10# by the University of California, Berkeley. The name of the
11# University may not be used to endorse or promote products derived
12# from this software without specific prior written permission.
13# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
14# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
15# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
16#
17# @(#)Makefile 5.1 (Berkeley) %G%
18#
19
20# not currently working
21# pstat, tn3270, w
22
23SUBDIR= apply awk banner basename bc biff cal calendar checknr \
24 chpass cmp col colcrt colrm comm compress cpio cut \
25 dc deroff des diction diff diff3 du eqn ex \
26 expand false file find finger fold from fstat ftp \
27 graph grep groups head hexdump join last lastcomm learn \
28 leave ln locate lock \
29 logger look machine mail make man mesg more msgs mt netstat \
30 nfsstat nice nohup pagesize passwd paste plot pr printenv \
31 printf ptx quota rdist refer renice rlogin roff rsh \
32 ruptime rwho sccs script sed sendbug soelim sort spell spline \
33 split su sum sysline systat tail talk tbl tc tcopy tee telnet \
34 tftp time tip touch tput tr true tset tty ul uniq \
35 units users uucp uuencode vacation vmstat wall wc what whereis \
36 which \
37 who whoami whois window write xsend yes
38
39all clean cleandir depend install lint tags: FRC
40 @-for i in ${SUBDIR}; do \
41 (echo "==> $$i"; cd $$i; \
42 make ${MFLAGS} DESTDIR=${DESTDIR} $@); done
43
44${SUBDIR}: FRC
45 cd $@; make ${MFLAGS} DESTDIR=${DESTDIR}
46
47FRC: