NetBSD/usr.sbin/dbsym/Makefile

10 lines
133 B
Makefile
Raw Normal View History

1997-06-23 08:51:16 +04:00
# $Id: Makefile,v 1.5 1997/06/23 04:51:19 mrg Exp $
1997-06-23 08:51:16 +04:00
.if ${MACHINE} == "sun3"
1994-08-26 00:40:28 +04:00
PROG=dbsym
1997-06-23 08:51:16 +04:00
.endif
1994-12-22 14:32:57 +03:00
MAN=dbsym.8
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>