macro and text revision (-mdoc version 3)
[unix-history] / usr / src / libexec / tftpd / Makefile
index 1cec669..5ec7e26 100644 (file)
@@ -1,23 +1,8 @@
-#
-# 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.3 (Berkeley) %G%
-#
+#      @(#)Makefile    5.10 (Berkeley) %G%
 
 
-ALL=   tftpd.o tftpsubs.o
-DESTDIR=
-CFLAGS=        -O
-LDFLAGS=
+PROG=  tftpd
+SRCS=  tftpd.c tftpsubs.c
+MAN8=  tftpd.0
+.PATH: ${.CURDIR}/../../usr.bin/tftp
 
 
-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.?
-
-depend:
+.include <bsd.prog.mk>