10 lines
182 B
Makefile
10 lines
182 B
Makefile
# $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= 3
|
|
|
|
.include <bsd.prog.mk>
|