1#ident @(#)fsdiff.mk	1.1 20/08/30
2###########################################################################
3SRCROOT=	../../../..
4RULESDIR=	RULES
5include		$(SRCROOT)/$(RULESDIR)/rules.top
6###########################################################################
7
8PREINSDIR=	$(SCCS_BIN_PRE)
9#SCCS_BIN_PRE=	sccs/
10SCCS_HELP_PRE=	ccs/
11SCCS_BIN_PRE=	ccs/
12INSDIR=		bin
13TARGET=		fsdiff
14CPPOPTS +=	-DUSE_LARGEFILES
15CPPOPTS +=	-DSCHILY_PRINT
16
17CFILES=		fsdiff.c
18HFILES=
19#LIBS=		-lunos
20LIBS=		-lschily $(LIB_INTL)
21#XMK_FILE=	Makefile.man fdiff.mk1 fsdiff.mk1
22
23###########################################################################
24include		$(SRCROOT)/$(RULESDIR)/rules.cmd
25###########################################################################
26count:		$(CFILES) $(HFILES)
27		count $r1
28