1998-08-27 08:09:42 +00:00
|
|
|
# ex:ts=8
|
|
|
|
#
|
|
|
|
# Makefile for amd
|
|
|
|
# This file is under a "BSD" copyright (c) by David O'Brien 1998
|
|
|
|
#
|
1999-08-28 01:35:59 +00:00
|
|
|
# $FreeBSD$
|
1998-08-27 08:09:42 +00:00
|
|
|
|
2001-07-20 06:20:32 +00:00
|
|
|
.PATH: ${.CURDIR}/../../../contrib/amd/fsinfo
|
1998-08-27 08:09:42 +00:00
|
|
|
|
2001-07-20 06:20:32 +00:00
|
|
|
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
|
1998-08-27 08:09:42 +00:00
|
|
|
|
2001-07-20 06:20:32 +00:00
|
|
|
CFLAGS+= -I${.CURDIR}/../../../contrib/amd/fsinfo
|
1998-08-27 08:09:42 +00:00
|
|
|
|
|
|
|
CLEANFILES+= fsi_gram.c fsi_gram.h fsi_lex.c
|
|
|
|
|
2001-07-20 06:20:32 +00:00
|
|
|
fsi_lex.o: fsi_gram.h
|
1998-08-27 08:09:42 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|