81e0d2b0af
its use though.
11 lines
156 B
Makefile
11 lines
156 B
Makefile
# $NetBSD: Makefile,v 1.1 2005/02/23 01:27:32 christos Exp $
|
|
|
|
WARNS=3
|
|
PROG= rexec
|
|
NOMAN= yes
|
|
|
|
LDADD+= -lcompat
|
|
DPADD+= ${LIBCOMPAT}
|
|
|
|
.include <bsd.prog.mk>
|