clean up {LD,DP}ADD. no need to set WARNS=1 here

This commit is contained in:
lukem 2002-11-30 06:00:42 +00:00
parent e6ede96041
commit 6e171ecdf8

View File

@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.2 2002/09/18 03:54:33 lukem Exp $
# $NetBSD: Makefile,v 1.3 2002/11/30 06:00:42 lukem Exp $
.include <bsd.own.mk>
PROG= mscdlabel
SRCS= main.c dkcksum.c
LDADD= -lutil
DPADD+= ${LIBUTIL}
LDADD+= -lutil
MAN= mscdlabel.8
WARNS= 1
DISKLABEL_SRC= ${NETBSDSRCDIR}/sbin/disklabel