repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
usr.bin
/
ypcat
/
Makefile
blob
6cd9f5b8bce98a70df25eb4d9cb01f9c6d1f53b0
1
# $NetBSD: Makefile,v 1.11 2007/05/28 12:06:33 tls Exp $
2
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
3
4
USE_FORT?
=
yes
# network client
5
6
PROG
=
ypcat
7
SRCS
=
ypalias_init.c ypcat.c
8
FILES
=
nicknames
9
FILESDIR
= /
var
/
yp
10
MAN
=
ypcat
.1
nicknames
.5
11
.
include
<
bsd.prog.mk
>