NetBSD/sbin/mount/Makefile

10 lines
198 B
Makefile
Raw Normal View History

1993-08-01 09:37:30 +04:00
# from: @(#)Makefile 5.5 (Berkeley) 5/11/90
1993-10-08 03:51:12 +03:00
# $Id: Makefile,v 1.6 1993/10/08 00:51:12 cgd Exp $
1993-03-21 12:45:37 +03:00
PROG= mount
1993-04-12 22:22:27 +04:00
CFLAGS+=-DNFS -DNFSCLIENT
1993-03-21 12:45:37 +03:00
MAN8= mount.0
MLINKS= mount.8 umount.8
.include <bsd.prog.mk>