date and time created 87/11/15 14:33:53 by sam
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Mon, 16 Nov 1987 06:33:53 +0000 (22:33 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Mon, 16 Nov 1987 06:33:53 +0000 (22:33 -0800)
SCCS-vsn: old/dlmpcc/Makefile 5.1

usr/src/old/dlmpcc/Makefile [new file with mode: 0644]

diff --git a/usr/src/old/dlmpcc/Makefile b/usr/src/old/dlmpcc/Makefile
new file mode 100644 (file)
index 0000000..fce4662
--- /dev/null
@@ -0,0 +1,33 @@
+#
+# 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.1     (Berkeley)      %G%
+#
+CFLAGS=        -O
+LIBC=  /lib/libc.a
+
+all:   dlmpcc
+
+dlmpcc: dlmpcc.c ${LIBC}
+       ${CC} ${CFLAGS} -o $@ $@.c
+
+clean:
+       rm -f dlmpcc core a.out errs
+
+depend:
+       mkdep -p ${CFLAGS} dlmpcc.c
+
+install: dlmpcc
+       install -s -o bin -g bin -m 755 dlmpcc ${DESTDIR}/etc/dlmpcc
+
+# DO NOT DELETE THIS LINE -- mkdep uses it.
+# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
+
+dlmpcc: dlmpcc.c /usr/include/stdio.h /usr/include/ctype.h /usr/include/fcntl.h
+dlmpcc: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h
+dlmpcc: /usr/include/sys/ttydev.h /usr/include/errno.h /usr/include/sys/types.h
+dlmpcc: /usr/include/tahoevba/mpreg.h /usr/include/stdio.h scnhdr.h
+
+# IF YOU PUT ANYTHING HERE IT WILL GO AWAY