aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/amd/fsinfo/Makefile
blob: 7126b1ec4a1db3070de5ea6c70b5d58b42a96d9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# ex:ts=8
#
# Makefile for amd
# 	This file is under a "BSD" copyright (c) by David O'Brien 1998
#
# $FreeBSD: src/usr.sbin/amd/fsinfo/Makefile,v 1.13.24.1.4.1 2009/04/15 03:14:26 kensmith Exp $

.PATH: ${.CURDIR}/../../../contrib/amd/fsinfo

PROG=	fsinfo
MAN=	fsinfo.8
SRCS=	fsi_gram.y fsi_lex.l
SRCS+=	fsi_analyze.c fsi_dict.c fsi_util.c fsinfo.c wr_atab.c 
SRCS+=	wr_bparam.c wr_dumpset.c wr_exportfs.c wr_fstab.c

CFLAGS+= -I${.CURDIR}/../../../contrib/amd/fsinfo

DPADD=	${LIBAMU}
LDADD=	${LIBAMU}

CLEANFILES+=	fsi_gram.c fsi_gram.h fsi_lex.c

fsi_lex.o: fsi_gram.h

.include <bsd.prog.mk>