mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-02-16 12:42:52 +00:00
11 lines
211 B
Makefile
11 lines
211 B
Makefile
|
|
# $Id: Makefile,v 1.1.1.1 1997/03/16 22:23:37 cjs Exp $
|
|
|
|
PROG= mopa.out
|
|
SRCS= mopa.out.c file.c
|
|
|
|
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/.. -I${.CURDIR}/../common
|
|
.PATH: ${.CURDIR}/../common
|
|
|
|
.include <bsd.prog.mk>
|