repo.or.cz
/
dragonfly
/
port-amd64.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- Merge following link state detection fixes from FreeBSD:
[dragonfly/port-amd64.git]
/
usr.bin
/
printf
/
Makefile
blob
9e3402045aa75ec4b8a40aeae91fb40ff2bfb753
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $FreeBSD: src/usr.bin/printf/Makefile,v 1.1.1.1.14.1 2002/04/29 16:45:16 jmallett Exp $
3
# $DragonFly: src/usr.bin/printf/Makefile,v 1.4 2005/01/01 21:50:23 cpressey Exp $
4
5
PROG
=
printf
6
WARNS?
=
6
7
8
.
include
<
bsd.prog.mk
>