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]
/
external
/
bsd
/
pkg_install
/
sbin
/
pkg_info
/
Makefile
blob
3d41e2b38681720afc4fae6f7b27ee56680666ea
1
# $NetBSD: Makefile,v 1.1 2008/09/30 19:19:57 joerg Exp $
2
# Original from FreeBSD, no rcs id
3
4
PROG
=
pkg_info
5
SRCS
=
main.c perform.c show.c
6
7
.
include
<
bsd.init.mk
>
8
9
.PATH
: ${
DIST
}/
info
10
11
.
include
<
bsd.prog.mk
>