NetBSD/sbin/mknod/Makefile

10 lines
182 B
Makefile
Raw Normal View History

2005-02-09 09:26:13 +03:00
# $NetBSD: Makefile,v 1.10 2005/02/09 06:28:01 xtraeme Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
1993-03-21 12:45:37 +03:00
PROG= mknod
SRCS= mknod.c pack_dev.c
1994-12-22 13:44:04 +03:00
MAN= mknod.8
2005-02-09 09:26:13 +03:00
WARNS= 3
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>