repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cpdup: When verbose, also log the successful creation of a directory.
[dragonfly.git]
/
libexec
/
rbootd
/
Makefile
blob
858e77a92ea54e8492aea2bdd7a380e998efcdfe
1
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
2
# $FreeBSD: src/libexec/rbootd/Makefile,v 1.9.2.1 2001/04/25 10:40:54 ru Exp $
3
4
PROG
=
rbootd
5
SRCS
=
bpf.c conf.c parseconf.c rbootd.c rmpproto.c utils.c
6
MAN
=
rbootd
.8
7
WARNS?
=
2
8
9
.
include
<
bsd.prog.mk
>