NetBSD/sbin/mknod/Makefile
lukem a1dcc3ea23 - move parsing of format type and format handlers into format.c, for easier
use in other programs
- do a bit of KNF whilst here
- enable WARNS=2
2001-10-08 04:20:43 +00:00

10 lines
178 B
Makefile

# $NetBSD: Makefile,v 1.8 2001/10/08 04:20:43 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= mknod
SRCS= mknod.c format.c
MAN= mknod.8
WARNS?= 2
.include <bsd.prog.mk>