Deleted Added
full compact
Makefile (74558) Makefile (79993)
1# ex:ts=8
2#
1# ex:ts=8
2#
3# $FreeBSD: head/usr.sbin/amd/include/Makefile 74558 2001-03-21 10:56:29Z ru $
3# $FreeBSD: head/usr.sbin/amd/include/Makefile 79993 2001-07-19 19:04:31Z ru $
4#
5# Makefile for amd
6# This file is under a "BSD" copyright (c) by David O'Brien 1998.
7# Portions derived from amd/libamu/Makefile
8# $NetBSD: Makefile,v 1.8 1998/08/08 22:33:37 christos Exp $
9#
10
11SRCS= config_local.h mount.h nfs_prot.h
12CLEANFILES= ${SRCS}
13
4#
5# Makefile for amd
6# This file is under a "BSD" copyright (c) by David O'Brien 1998.
7# Portions derived from amd/libamu/Makefile
8# $NetBSD: Makefile,v 1.8 1998/08/08 22:33:37 christos Exp $
9#
10
11SRCS= config_local.h mount.h nfs_prot.h
12CLEANFILES= ${SRCS}
13
14all: ${SRCS}
15
14config_local.h: newvers.sh
15 @rm -f ${.TARGET}
16 sh ${.ALLSRC} > ${.TARGET}
17
18mount.h: ${MOUNT_X}
19 ${RPCCOM} -h -C -DWANT_NFS3 ${MOUNT_X} -o ${.TARGET}
20
21nfs_prot.h: ${NFS_PROT_X}
22 ${RPCCOM} -h -C -DWANT_NFS3 ${NFS_PROT_X} -o ${.TARGET}
23
24.include <bsd.prog.mk>
16config_local.h: newvers.sh
17 @rm -f ${.TARGET}
18 sh ${.ALLSRC} > ${.TARGET}
19
20mount.h: ${MOUNT_X}
21 ${RPCCOM} -h -C -DWANT_NFS3 ${MOUNT_X} -o ${.TARGET}
22
23nfs_prot.h: ${NFS_PROT_X}
24 ${RPCCOM} -h -C -DWANT_NFS3 ${NFS_PROT_X} -o ${.TARGET}
25
26.include <bsd.prog.mk>