diff options
author | 2013-04-15 06:25:18 +0000 | |
---|---|---|
committer | 2013-04-15 06:25:18 +0000 | |
commit | 2fa2b3b7af8ca832327c42bb3697453cf1ac37c5 (patch) | |
tree | f03627ed610539da9be1b4f17ce54c8739980e22 | |
parent | spacing (diff) | |
download | wireguard-openbsd-2fa2b3b7af8ca832327c42bb3697453cf1ac37c5.tar.xz wireguard-openbsd-2fa2b3b7af8ca832327c42bb3697453cf1ac37c5.zip |
do not need -static anymore
-rw-r--r-- | usr.sbin/mtree/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/mtree/Makefile b/usr.sbin/mtree/Makefile index 7c788dc6d17..04516523d63 100644 --- a/usr.sbin/mtree/Makefile +++ b/usr.sbin/mtree/Makefile @@ -1,9 +1,8 @@ -# $OpenBSD: Makefile,v 1.8 2012/07/23 17:38:19 deraadt Exp $ +# $OpenBSD: Makefile,v 1.9 2013/04/15 06:25:18 deraadt Exp $ PROG= mtree #CFLAGS+=-DDEBUG MAN= mtree.8 SRCS= compare.c crc.c create.c misc.c mtree.c spec.c verify.c -LDSTATIC= ${STATIC} .include <bsd.prog.mk> |