Initial import from FreeBSD RELENG_4:
[games.git] / usr.sbin / amd / include / Makefile
1 # ex:ts=8
2 #
3 # $FreeBSD: src/usr.sbin/amd/include/Makefile,v 1.2.2.2 2001/07/19 19:06:18 ru Exp $
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
11 SRCS=           config_local.h mount.h nfs_prot.h
12 CLEANFILES=     ${SRCS}
13
14 all: ${SRCS}
15
16 config_local.h: newvers.sh
17         @rm -f ${.TARGET}
18         sh ${.ALLSRC} > ${.TARGET}
19
20 mount.h: ${MOUNT_X}
21         ${RPCCOM} -h -C -DWANT_NFS3 ${MOUNT_X} -o ${.TARGET}
22
23 nfs_prot.h: ${NFS_PROT_X}
24         ${RPCCOM} -h -C -DWANT_NFS3 ${NFS_PROT_X} -o ${.TARGET}
25
26 .include <bsd.prog.mk>