diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index ba96f5268fb4..dca1b3fe67b3 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.6.1.2 (Berkeley) 5/8/91 -# $Id: Makefile,v 1.41 1994/12/04 18:40:21 christos Exp $ +# $Id: Makefile,v 1.42 1995/03/10 07:17:05 jtc Exp $ # not yet done: catman @@ -11,7 +11,7 @@ SUBDIR= ac accton amd arp bootpd bootpgw bootpef bootptest \ rarpd rbootd rdate repquota rmt rpc.bootparamd rwhod \ sa sendmail sliplogin slstats spray sysctl \ syslogd tcpdump timed traceroute trpt trsp update vipw vnconfig \ - ypbind yppoll ypset + ypbind yppoll ypset zdump zic .if make(clean) || make(cleandir) SUBDIR+=bad144 hilinfo grfinfo diff --git a/usr.sbin/zdump/Makefile b/usr.sbin/zdump/Makefile new file mode 100644 index 000000000000..69f79b1124dc --- /dev/null +++ b/usr.sbin/zdump/Makefile @@ -0,0 +1,7 @@ +# $NetBSD: Makefile,v 1.1 1995/03/10 07:18:29 jtc Exp $ + +PROG= zdump +SRCS= zdump.c ialloc.c +MAN= zdump.8 + +.PATH: ${.CURDIR}/../../lib/libc/time diff --git a/usr.sbin/zic/Makefile b/usr.sbin/zic/Makefile new file mode 100644 index 000000000000..d999e31804b0 --- /dev/null +++ b/usr.sbin/zic/Makefile @@ -0,0 +1,7 @@ +# $NetBSD: Makefile,v 1.1 1995/03/10 07:19:07 jtc Exp $ + +PROG= zic +SRCS= zic.c scheck.c ialloc.c +MAN= zic.8 + +.PATH: ${.CURDIR}/../../lib/libc/time