Skip to content

Commit

Permalink
there is no librpc any more
Browse files Browse the repository at this point in the history
  • Loading branch information
cgd committed Oct 8, 1993
1 parent 5669437 commit 696a4e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions sbin/mount/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# from: @(#)Makefile 5.5 (Berkeley) 5/11/90
# $Id: Makefile,v 1.5 1993/08/01 05:37:33 mycroft Exp $
# $Id: Makefile,v 1.6 1993/10/08 00:51:12 cgd Exp $

PROG= mount
CFLAGS+=-DNFS -DNFSCLIENT
MAN8= mount.0
DPADD= ${LIBRPC}
LDADD= -lrpc
MLINKS= mount.8 umount.8

.include <bsd.prog.mk>
4 changes: 1 addition & 3 deletions sbin/umount/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# from: @(#)Makefile 5.4 (Berkeley) 5/11/90
# $Id: Makefile,v 1.4 1993/07/31 15:34:25 mycroft Exp $
# $Id: Makefile,v 1.5 1993/10/08 00:51:24 cgd Exp $

PROG= umount
CFLAGS+=-DNFS
NOMAN= noman
DPADD= ${LIBRPC}
LDADD= -lrpc

.include <bsd.prog.mk>

0 comments on commit 696a4e3

Please sign in to comment.