1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-02 08:42:48 +00:00

Add -D_SKEY_INTERNAL to pick up non-API functions

This commit is contained in:
Andrey A. Chernov 1996-10-17 15:30:21 +00:00
parent 5a6fd1f366
commit 9c6b5b5dba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18983

View File

@ -4,6 +4,8 @@ PROG= keyinit
MAN1= keyinit.1
SRCS= skeyinit.c
CFLAGS+= -D_SKEY_INTERNAL
BINOWN= root
BINMODE=4555