diff options
author | ru <ru@FreeBSD.org> | 2004-02-04 11:59:08 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-02-04 11:59:08 +0000 |
commit | 0999d17b26f625b52a275c57ed7409f446bd48ef (patch) | |
tree | e6e834814937f0248782938d92492388a4aa7112 /usr.bin/keylogout/Makefile | |
parent | 70146d9d56c55366f3b3e029e1ced22249abe7bd (diff) | |
download | FreeBSD-src-0999d17b26f625b52a275c57ed7409f446bd48ef.zip FreeBSD-src-0999d17b26f625b52a275c57ed7409f446bd48ef.tar.gz |
Removed unnecessary dependencies on librpcsvc.
Prodded by: des
Diffstat (limited to 'usr.bin/keylogout/Makefile')
-rw-r--r-- | usr.bin/keylogout/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/keylogout/Makefile b/usr.bin/keylogout/Makefile index cc433e4..1f5feec 100644 --- a/usr.bin/keylogout/Makefile +++ b/usr.bin/keylogout/Makefile @@ -2,7 +2,4 @@ PROG= keylogout -DPADD= ${LIBRPCSVC} -LDADD= -lrpcsvc - .include <bsd.prog.mk> |