7 lines
108 B
Makefile
7 lines
108 B
Makefile
# $NetBSD: Makefile,v 1.11 1995/03/21 09:05:33 cgd Exp $
|
|
|
|
PROG= expr
|
|
SRCS= expr.c
|
|
|
|
.include <bsd.prog.mk>
|