mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-05-01 13:56:12 +00:00
7 lines
125 B
Makefile
7 lines
125 B
Makefile
# $NetBSD: Makefile,v 1.4 1997/04/17 21:09:02 christos Exp $
|
|
|
|
PROG= mopa.out
|
|
SRCS= mopa.out.c file.c
|
|
|
|
.include <bsd.prog.mk>
|