repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix3.git]
/
external
/
bsd
/
pkg_install
/
sbin
/
pkg_add
/
Makefile
blob
a58ad03e10bd8d706d4162227a0b60627ffbe4a5
1
# $NetBSD: Makefile,v 1.2 2009/02/02 20:47:21 joerg Exp $
2
# Original from FreeBSD, no rcs id.
3
4
PROG
=
pkg_add
5
SRCS
=
main.c perform.c
6
7
.
include
<
bsd.init.mk
>
8
9
.PATH
: ${
DIST
}/
add
10
11
CPPFLAGS
+= -
DMACHINE_ARCH
=
\"
${
MACHINE_ARCH
}
\"
12
13
.
include
<
bsd.prog.mk
>