NetBSD/distrib/notes/i386/Makefile

15 lines
299 B
Makefile
Raw Normal View History

1999-12-12 18:21:27 +03:00
# $NetBSD: Makefile,v 1.2 1999/12/12 15:21:27 fredb Exp $
1999-01-13 11:42:54 +03:00
1999-12-12 18:21:27 +03:00
DESTDIR= ${RELEASEDIR}
FILES= INSTALL.html INSTALL.more INSTALL.ps INSTALL.txt
.if !defined(RELEASEDIR)
install:
@echo "You must set RELEASEDIR before doing that!"
.endif
release: install
.include <bsd.files.mk>
1999-01-13 11:42:54 +03:00
.include <bsd.prog.mk>