mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 17:32:57 -05:00
Don't override the (correct) default for SRCS or MAN1. Replaced bogus Lite1 (?) Id by $Id$. The key server files were mis-imported so it is hard to tell where they came from, but at least in Lite2 they don't have useful Makefiles, and I rewrote most of the Makefile.
8 lines
85 B
Makefile
8 lines
85 B
Makefile
# $Id$
|
|
|
|
PROG= keylogout
|
|
|
|
DPADD= ${LIBRPCSVC}
|
|
LDADD= -lrpcsvc
|
|
|
|
.include <bsd.prog.mk>
|