34c2c7717f
libraries before the shared loader has been installed.
11 lines
244 B
Makefile
11 lines
244 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= mkastosc
|
|
SRCS= mkastosc.c dohits.c asc_ebc.c ebc_disp.c
|
|
CFLAGS+=-I${.CURDIR}/../mkhits -I${.CURDIR}/..
|
|
NOMAN= noman
|
|
NOSHARED=1
|
|
.PATH: ${.CURDIR}/../mkhits ${.CURDIR}/../../api
|
|
|
|
.include <bsd.prog.mk>
|