This commit is contained in:
xtraeme 2005-02-09 06:26:13 +00:00
parent f7f1785232
commit 0b95ea2d66
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.9 2001/10/08 04:45:29 lukem Exp $
# $NetBSD: Makefile,v 1.10 2005/02/09 06:28:01 xtraeme Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= mknod
SRCS= mknod.c pack_dev.c
MAN= mknod.8
WARNS?= 2
WARNS= 3
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 2002/08/19 10:17:01 lukem Exp $
# $NetBSD: Makefile,v 1.13 2005/02/09 06:26:13 xtraeme Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
.include <bsd.own.mk>
@ -10,6 +10,6 @@ LDADD+=-lutil
.PATH: ${NETBSDSRCDIR}/sys/ufs/ffs
WARNS?=2
WARNS= 3
.include <bsd.prog.mk>