projects
/
freebsd.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge libxo 0.4.6
[freebsd.git]
/
usr.bin
/
opiepasswd
/
Makefile
1
# $FreeBSD$
2
#
3
OPIE_DIST?= ${.CURDIR}/../../contrib/opie
4
5
PROG= opiepasswd
6
7
CFLAGS+=-I${.CURDIR}/../../lib/libopie
8
CFLAGS+=-I${OPIE_DIST}
9
CFLAGS+=-DINSECURE_OVERRIDE
10
11
WARNS?= 0
12
13
LIBADD= opie
14
15
BINOWN= root
16
BINMODE=4555
17
PRECIOUSPROG=
18
19
.PATH: ${OPIE_DIST}
20
21
.include <bsd.prog.mk>