diff options
author | 2005-12-27 04:38:36 +0000 | |
---|---|---|
committer | 2005-12-27 04:38:36 +0000 | |
commit | cf02a8afae2acd7f592710956b379415c972abb9 (patch) | |
tree | 1d3c3631a1b2ecb02bc068eefc3ddd2b2a1c3507 | |
parent | sizeof char is always 1 (diff) | |
download | wireguard-openbsd-cf02a8afae2acd7f592710956b379415c972abb9.tar.xz wireguard-openbsd-cf02a8afae2acd7f592710956b379415c972abb9.zip |
add DPADD
-rw-r--r-- | usr.bin/sdiff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/sdiff/Makefile b/usr.bin/sdiff/Makefile index 71e86ae6dbb..c19376075d0 100644 --- a/usr.bin/sdiff/Makefile +++ b/usr.bin/sdiff/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2005/12/27 04:04:56 tedu Exp $ +# $OpenBSD: Makefile,v 1.2 2005/12/27 04:38:36 deraadt Exp $ PROG=sdiff SRCS=edit.c sdiff.c COPTS+=-Wall LDADD+= -lutil +DPADD+= ${LIBUTIL} .include <bsd.prog.mk> |