date and time created 86/02/07 11:44:15 by minshall
authorGregory Minshall <minshall@ucbvax.Berkeley.EDU>
Sat, 8 Feb 1986 03:44:15 +0000 (19:44 -0800)
committerGregory Minshall <minshall@ucbvax.Berkeley.EDU>
Sat, 8 Feb 1986 03:44:15 +0000 (19:44 -0800)
SCCS-vsn: libexec/tftpd/Makefile 5.1

usr/src/libexec/tftpd/Makefile [new file with mode: 0644]

diff --git a/usr/src/libexec/tftpd/Makefile b/usr/src/libexec/tftpd/Makefile
new file mode 100644 (file)
index 0000000..478ab17
--- /dev/null
@@ -0,0 +1,21 @@
+#
+# Copyright (c) 1983 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%
+#
+
+ALL=   tftpd.o
+DESTDIR=
+CFLAGS=        -O
+LDFLAGS=
+
+tftpd: ${ALL}
+       ${CC} ${LDFLAGS} -o tftpd ${ALL}
+
+install:
+       install -s tftpd ${DESTDIR}/etc/tftpd
+
+clean:
+       rm -f tftpd *.o *.s errs core a.out t.?