Add wrapper around bsd.prog.mk include in preparation for this becoming a

host tool.
This commit is contained in:
mason 2002-06-10 18:31:12 +00:00
parent 92ade669c9
commit aa8bdf5f50
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
# $NetBSD: Makefile,v 1.10 2001/11/03 13:40:30 lukem Exp $
# $NetBSD: Makefile,v 1.11 2002/06/10 18:31:12 mason Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= cat
.ifndef HOSTPROG
.include <bsd.prog.mk>
.endif