summaryrefslogtreecommitdiffstats
path: root/usr.bin/keylogin/Makefile
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1997-05-28 15:58:29 +0000
committerwpaul <wpaul@FreeBSD.org>1997-05-28 15:58:29 +0000
commitfe00e3fc910b0654062d41f95bf2c9bc7ed8a652 (patch)
treeece1a6c4d759d1bf355d13bf5fe5587dab10198f /usr.bin/keylogin/Makefile
parent9433a9ddfc538f57ddb8f2ef098979e7caf53520 (diff)
parentcbed870251fb7bc4ebc423952a3da74c594567cf (diff)
downloadFreeBSD-src-fe00e3fc910b0654062d41f95bf2c9bc7ed8a652.zip
FreeBSD-src-fe00e3fc910b0654062d41f95bf2c9bc7ed8a652.tar.gz
This commit was generated by cvs2svn to compensate for changes in r26242,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'usr.bin/keylogin/Makefile')
-rw-r--r--usr.bin/keylogin/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.bin/keylogin/Makefile b/usr.bin/keylogin/Makefile
new file mode 100644
index 0000000..971a746
--- /dev/null
+++ b/usr.bin/keylogin/Makefile
@@ -0,0 +1,10 @@
+# @(#)Makefile 8.1 (Berkeley) 6/6/93
+
+PROG= keylogin
+SRCS= keylogin.c
+
+MAN1= keylogin.1
+
+LDADD+= -lrpcsvc
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud