NetBSD/sbin/mount/Makefile

13 lines
252 B
Makefile
Raw Normal View History

1993-03-21 09:45:37 +00:00
# @(#)Makefile 5.5 (Berkeley) 5/11/90
1993-03-22 08:04:00 +00:00
#
1993-04-12 18:22:27 +00:00
# $Header: /cvsroot/src/sbin/mount/Makefile,v 1.4 1993/04/12 18:22:27 cgd Exp $
1993-03-21 09:45:37 +00:00
PROG= mount
1993-04-12 18:22:27 +00:00
CFLAGS+=-DNFS -DNFSCLIENT
1993-03-21 09:45:37 +00:00
MAN8= mount.0
DPADD= ${LIBRPC}
LDADD= -lrpc
MLINKS= mount.8 umount.8
.include <bsd.prog.mk>