mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 11:22:43 +00:00
Fix minor style nits.
This commit is contained in:
parent
c0d2c03648
commit
3c841ca5e3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60567
@ -4,9 +4,9 @@ OPIE_DIST?= ${.CURDIR}/../../contrib/opie
|
||||
|
||||
PROG= opiekey
|
||||
SRCS= opiekey.c
|
||||
MAN1= opiekey.1
|
||||
MAN1= opiekey.1
|
||||
|
||||
CFLAGS+=-I${OPIE_DIST}
|
||||
CFLAGS+= -I${OPIE_DIST}
|
||||
|
||||
DPADD= ${LIBOPIE} ${LIBMD}
|
||||
LDADD= -lopie -lmd
|
||||
|
Loading…
Reference in New Issue
Block a user