Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.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 # $DragonFly: src/usr.sbin/amd/include/Makefile,v 1.2 2003/06/17 04:29:52 dillon Exp $
5 #
6 # Makefile for amd
7 #       This file is under a "BSD" copyright (c) by David O'Brien 1998.
8 #       Portions derived from amd/libamu/Makefile
9 #       $NetBSD: Makefile,v 1.8 1998/08/08 22:33:37 christos Exp $
10 #
11
12 SRCS=           config_local.h mount.h nfs_prot.h
13 CLEANFILES=     ${SRCS}
14
15 all: ${SRCS}
16
17 config_local.h: newvers.sh
18         @rm -f ${.TARGET}
19         sh ${.ALLSRC} > ${.TARGET}
20
21 mount.h: ${MOUNT_X}
22         ${RPCCOM} -h -C -DWANT_NFS3 ${MOUNT_X} -o ${.TARGET}
23
24 nfs_prot.h: ${NFS_PROT_X}
25         ${RPCCOM} -h -C -DWANT_NFS3 ${NFS_PROT_X} -o ${.TARGET}
26
27 .include <bsd.prog.mk>