mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-04 03:28:45 -04:00
7 lines
113 B
Makefile
7 lines
113 B
Makefile
# $NetBSD: Makefile,v 1.14 2000/09/19 17:20:00 jdolecek Exp $
|
|
|
|
PROG= expr
|
|
SRCS= expr.y
|
|
|
|
.include <bsd.prog.mk>
|