diff options
author | 2004-07-01 21:46:37 +0000 | |
---|---|---|
committer | 2004-07-01 21:46:37 +0000 | |
commit | 5fe5a8126f30485ac0ddfd903a1dd64b1a0b0ffb (patch) | |
tree | c43daa9bd22cd11ece78848d265b4f63931fbb40 | |
parent | two more hppa mids (diff) | |
download | wireguard-openbsd-5fe5a8126f30485ac0ddfd903a1dd64b1a0b0ffb.tar.xz wireguard-openbsd-5fe5a8126f30485ac0ddfd903a1dd64b1a0b0ffb.zip |
does not need ialloc.c; millert@ ok
-rw-r--r-- | usr.sbin/zdump/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/zdump/Makefile b/usr.sbin/zdump/Makefile index 8b512610367..7bd57307dba 100644 --- a/usr.sbin/zdump/Makefile +++ b/usr.sbin/zdump/Makefile @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.2 1997/09/21 11:44:41 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2004/07/01 21:46:37 mickey Exp $ PROG= zdump -SRCS= zdump.c ialloc.c MAN= zdump.8 .PATH: ${.CURDIR}/../../lib/libc/time |