repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel/arm: send SIGSEGV to processes
[minix3.git]
/
sbin
/
mknod
/
Makefile
blob
a7d1505556bd4eeb763fad4ea2b830224f580f54
1
# $NetBSD: Makefile,v 1.13 2009/04/11 07:58:12 lukem Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/5/93
3
4
PROG
=
mknod
5
SRCS
=
mknod.c pack_dev.c
6
MAN
=
mknod
.8
7
8
.
include
<
bsd.prog.mk
>