10 lines
184 B
Makefile
10 lines
184 B
Makefile
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||
|
|
||
|
PROG= mkdstoas
|
||
|
SRCS= mkdstoas.c asc_ebc.c ebc_disp.c
|
||
|
CFLAGS+=-I${.CURDIR}/.. -I.
|
||
|
NOMAN= noman
|
||
|
.PATH: ${.CURDIR}/../../api
|
||
|
|
||
|
.include <bsd.prog.mk>
|