mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 09:37:08 -04:00
10 lines
133 B
Makefile
10 lines
133 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= keylogout
|
|
SRCS= keylogout.c
|
|
|
|
MAN1= keylogout.1
|
|
|
|
LDADD+= -lrpcsvc
|
|
|
|
.include <bsd.prog.mk>
|