Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.sbin / amd / fsinfo / Makefile
1 # ex:ts=8
2 #
3 # Makefile for amd
4 #       This file is under a "BSD" copyright (c) by David O'Brien 1998
5 #
6 # $FreeBSD: src/usr.sbin/amd/fsinfo/Makefile,v 1.10.2.1 2001/04/25 12:09:14 ru Exp $
7 # $DragonFly: src/usr.sbin/amd/fsinfo/Makefile,v 1.2 2003/06/17 04:29:52 dillon Exp $
8 #
9
10 .PATH:          ${.CURDIR}/../../../contrib/amd/fsinfo
11
12 PROG=           fsinfo
13 MAN=            fsinfo.8
14
15 SRCS=           fsi_gram.y fsi_lex.l
16 SRCS+=          fsi_analyze.c fsi_dict.c fsi_util.c fsinfo.c wr_atab.c 
17 SRCS+=          wr_bparam.c wr_dumpset.c wr_exportfs.c wr_fstab.c
18
19 CFLAGS+=        -I${.CURDIR}/../../../contrib/amd/fsinfo
20
21 CLEANFILES+=    fsi_gram.c fsi_gram.h fsi_lex.c
22
23 fsi_lex.o:      fsi_gram.h
24
25 .include <bsd.prog.mk>