diff --git a/usr.bin/rpcinfo/Makefile b/usr.bin/rpcinfo/Makefile index b1ec9b57ac43..724f2e6fad14 100644 --- a/usr.bin/rpcinfo/Makefile +++ b/usr.bin/rpcinfo/Makefile @@ -1,9 +1,7 @@ # from: @(#)Makefile 5.2 (Berkeley) 5/11/90 -# $Id: Makefile,v 1.2 1993/07/30 23:51:26 mycroft Exp $ +# $Id: Makefile,v 1.3 1993/10/08 02:34:16 cgd Exp $ PROG= rpcinfo -LDADD= -lrpc -DPADD = ${LIBRPC} MAN8 = rpcinfo.0 diff --git a/usr.bin/showmount/Makefile b/usr.bin/showmount/Makefile index 2fe9570b7623..55449fd55832 100644 --- a/usr.bin/showmount/Makefile +++ b/usr.bin/showmount/Makefile @@ -1,8 +1,6 @@ # from: @(#)Makefile 6.2 (Berkeley) 5/11/90 -# $Id: Makefile,v 1.2 1993/07/30 23:51:05 mycroft Exp $ +# $Id: Makefile,v 1.3 1993/10/08 02:35:52 cgd Exp $ PROG= showmount -DPADD= ${LIBRPC} -LDADD= -lrpc .include