freebsd-dev/usr.sbin/amd/fsinfo/Makefile
David E. O'Brien 90e655ea4e Perform a major cleanup of the usr.sbin Makefiles.
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
2001-07-20 06:20:32 +00:00

23 lines
477 B
Makefile

# ex:ts=8
#
# Makefile for amd
# This file is under a "BSD" copyright (c) by David O'Brien 1998
#
# $FreeBSD$
.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
CLEANFILES+= fsi_gram.c fsi_gram.h fsi_lex.c
fsi_lex.o: fsi_gram.h
.include <bsd.prog.mk>