Skip to content

Commit

Permalink
update opie builds
Browse files Browse the repository at this point in the history
  • Loading branch information
laffer1 committed Jun 4, 2020
1 parent c19b976 commit f62af0c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
10 changes: 4 additions & 6 deletions usr.bin/opiekey/Makefile
@@ -1,18 +1,16 @@
# $MidnightBSD$
# $FreeBSD: stable/10/usr.bin/opiekey/Makefile 270120 2014-08-18 02:13:45Z ache $
# $FreeBSD: stable/11/usr.bin/opiekey/Makefile 319186 2017-05-30 04:27:05Z ngie $
#
OPIE_DIST?= ${.CURDIR}/../../contrib/opie
OPIE_DIST?= ${SRCTOP}/contrib/opie

PROG= opiekey

CFLAGS+=-I${.CURDIR}/../../lib/libopie
CFLAGS+=-I${SRCTOP}/lib/libopie
CFLAGS+=-I${OPIE_DIST}
CFLAGS+=-DINSECURE_OVERRIDE

WARNS?= 0

DPADD= ${LIBOPIE} ${LIBMD}
LDADD= -lopie -lmd
LIBADD= opie

LINKS= ${BINDIR}/opiekey ${BINDIR}/otp-md4
LINKS+= ${BINDIR}/opiekey ${BINDIR}/otp-md5
Expand Down
9 changes: 4 additions & 5 deletions usr.bin/opiepasswd/Makefile
@@ -1,17 +1,16 @@
# $MidnightBSD$
# $FreeBSD: stable/11/usr.bin/opiepasswd/Makefile 319186 2017-05-30 04:27:05Z ngie $
#
OPIE_DIST?= ${.CURDIR}/../../contrib/opie
OPIE_DIST?= ${SRCTOP}/contrib/opie

PROG= opiepasswd

CFLAGS+=-I${.CURDIR}/../../lib/libopie
CFLAGS+=-I${SRCTOP}/lib/libopie
CFLAGS+=-I${OPIE_DIST}
CFLAGS+=-DINSECURE_OVERRIDE

WARNS?= 0

DPADD= ${LIBOPIE} ${LIBMD}
LDADD= -lopie -lmd
LIBADD= opie

BINOWN= root
BINMODE=4555
Expand Down

0 comments on commit f62af0c

Please sign in to comment.