2c6eadc9ce
programs that did not compile before.
9 lines
174 B
Makefile
9 lines
174 B
Makefile
# $NetBSD: Makefile,v 1.11 2005/06/27 01:00:05 christos Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
PROG= mknod
|
|
SRCS= mknod.c pack_dev.c
|
|
MAN= mknod.8
|
|
|
|
.include <bsd.prog.mk>
|