Makefile revision 83154
1# ex:ts=8
2#
3# $FreeBSD: head/usr.sbin/amd/include/Makefile 83154 2001-09-06 17:52:59Z obrien $
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
10SRCS=	config_local.h
11CLEANFILES=	${SRCS}
12
13all: ${SRCS}
14
15config_local.h: newvers.sh
16	@rm -f ${.TARGET}
17	sh ${.ALLSRC} ${.CURDIR}/../../../sys/conf/newvers.sh > ${.TARGET}
18
19.include <bsd.prog.mk>
20