1993-07-31 02:11:51 +04:00
|
|
|
# from: @(#)Makefile 5.12 (Berkeley) 7/1/90
|
1993-12-02 21:18:02 +03:00
|
|
|
# $Id: Makefile,v 1.3 1993/12/02 18:18:49 jtc Exp $
|
added accton, edquota, flcopy, gettable, htable, iostat, quotaon,
repquota, trpt, and trsp, per (currently alpha) patch 125.
1993-04-09 16:15:37 +04:00
|
|
|
|
|
|
|
PROG= htable
|
|
|
|
SRCS= htable.c parse.c scan.c
|
|
|
|
MAN8= htable.0
|
|
|
|
CFLAGS+=-I. -I${.CURDIR}
|
1993-12-02 21:18:02 +03:00
|
|
|
LDADD+= -ll
|
|
|
|
DPADD+= ${LIBL}
|
added accton, edquota, flcopy, gettable, htable, iostat, quotaon,
repquota, trpt, and trsp, per (currently alpha) patch 125.
1993-04-09 16:15:37 +04:00
|
|
|
CLEANFILES+=parse.c scan.c y.tab.h
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
|
|
|
|
${OBJS}: scan.c parse.c
|