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
Update the pciconf(8) database.
[dragonfly.git]
/
usr.sbin
/
ypset
/
Makefile
blob
5765b51fe340f43cddd0c58940be01071407ac1c
1
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
2
# $FreeBSD: src/usr.sbin/ypset/Makefile,v 1.2.8.1 2001/04/25 12:11:15 ru Exp $
3
# $DragonFly: src/usr.sbin/ypset/Makefile,v 1.2 2003/06/17 04:30:05 dillon Exp $
4
5
PROG
=
ypset
6
MAN
=
ypset
.8
7
WARNS?
=
2
8
NO_STRICT_ALIASING
=
9
10
.
include
<
bsd.prog.mk
>