diff options
author | 2004-05-04 14:50:45 +0000 | |
---|---|---|
committer | 2004-05-04 14:50:45 +0000 | |
commit | b6871d0cfd7494a0960069986139aec7bee8705b (patch) | |
tree | 2eaf6f74b6ca2b4112f00762d866f8f781d2aa63 | |
parent | adjust, need privsep.c here too (diff) | |
download | wireguard-openbsd-b6871d0cfd7494a0960069986139aec7bee8705b.tar.xz wireguard-openbsd-b6871d0cfd7494a0960069986139aec7bee8705b.zip |
Add missing MLINK for sum(1), noticed by deraadt@
-rw-r--r-- | bin/md5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/md5/Makefile b/bin/md5/Makefile index adb46529673..07704a8d3ca 100644 --- a/bin/md5/Makefile +++ b/bin/md5/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2004/05/02 17:53:29 millert Exp $ +# $OpenBSD: Makefile,v 1.9 2004/05/04 14:50:45 millert Exp $ PROG= md5 SRCS= crc.c md5.c @@ -7,6 +7,7 @@ LINKS= ${BINDIR}/md5 ${BINDIR}/sha1 \ ${BINDIR}/md5 ${BINDIR}/rmd160 \ ${BINDIR}/md5 ${BINDIR}/cksum \ ${BINDIR}/md5 ${BINDIR}/sum +MLINKS= cksum.1 sum.1 CPPFLAGS+= -I${.CURDIR} COPTS+= -ansi -Wall -Wconversion -Wmissing-prototypes |