repo.or.cz
/
dragonfly
/
vkernel-mp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
From within a virtual kernel, make /sbin/shutdown and /sbin/halt actually
[dragonfly/vkernel-mp.git]
/
usr.bin
/
apply
/
Makefile
blob
126303f3d9e852023a814451b06d4a94d3c2c114
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $FreeBSD: src/usr.bin/apply/Makefile,v 1.2.6.1 2001/08/01 23:26:27 obrien Exp $
3
# $DragonFly: src/usr.bin/apply/Makefile,v 1.3 2005/01/04 06:45:02 cpressey Exp $
4
5
PROG
=
apply
6
7
WARNS?
=
6
8
9
.
include
<
bsd.prog.mk
>