More minor IPI work.
[dragonfly/vkernel-mp.git] / usr.sbin / amd / include / Makefile
blob89e83b7136676151e5ccca75675dc42ec2a4b797
1 # ex:ts=8
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 06:29:52 dillon Exp $
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 $
12 SRCS= config_local.h mount.h nfs_prot.h
13 CLEANFILES= ${SRCS}
15 all: ${SRCS}
17 config_local.h: newvers.sh
18 @rm -f ${.TARGET}
19 sh ${.ALLSRC} > ${.TARGET}
21 mount.h: ${MOUNT_X}
22 ${RPCCOM} -h -C -DWANT_NFS3 ${MOUNT_X} -o ${.TARGET}
24 nfs_prot.h: ${NFS_PROT_X}
25 ${RPCCOM} -h -C -DWANT_NFS3 ${NFS_PROT_X} -o ${.TARGET}
27 .include <bsd.prog.mk>