From 5655f80930c2fea67e04b23ae09a0d45e2dd6f2d Mon Sep 17 00:00:00 2001 From: Alexander von Gernler Date: Sat, 14 Jun 2008 01:47:28 +0000 Subject: finish djm@'s job of making mount_vnd -Wall clean, and mark this in the Makefile. ok djm@, "get the M's out of my tree" deraadt@ --- sbin/mount_vnd/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sbin/mount_vnd/Makefile') diff --git a/sbin/mount_vnd/Makefile b/sbin/mount_vnd/Makefile index cd70690c0bd..48a8ffccaae 100644 --- a/sbin/mount_vnd/Makefile +++ b/sbin/mount_vnd/Makefile @@ -1,10 +1,12 @@ -# $OpenBSD: Makefile,v 1.5 2007/09/05 07:12:35 grunk Exp $ +# $OpenBSD: Makefile,v 1.6 2008/06/14 01:47:27 grunk Exp $ PROG= mount_vnd SRCS= mount_vnd.c pkcs5_pbkdf2.c LDADD= -lutil -lcrypto DPADD= ${LIBUTIL} +CDIAGFLAGS+= -Wall + LINKS= ${BINDIR}/mount_vnd ${BINDIR}/vnconfig MLINKS= mount_vnd.8 vnconfig.8 -- cgit v1.2.3