diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-12 23:33:03 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-12 23:33:03 +0000 |
commit | 8242cdecd0c33f31c8d3f9528342d174b63fd9f3 (patch) | |
tree | 0c451b52babe25027d454674d8ca862361e1f10b /bin/md5/Makefile | |
parent | aa4b1d9547d3db3eb9b4614f8d43bc30c95494e7 (diff) |
-Wall happiness
Diffstat (limited to 'bin/md5/Makefile')
-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 99e2edcac40..62fccb4c23e 100644 --- a/bin/md5/Makefile +++ b/bin/md5/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.1 1996/06/11 10:37:34 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 1996/11/12 23:33:01 niklas Exp $ PROG= md5 SRCS= md5.c +COPTS+= -Wall .include <bsd.prog.mk> |