Home | History | Annotate | Line # | Download | only in i386
Makefile revision 1.2
      1 #	$NetBSD: Makefile,v 1.2 1999/12/12 15:21:27 fredb Exp $
      2 
      3 DESTDIR=	${RELEASEDIR}
      4 FILES=		INSTALL.html INSTALL.more INSTALL.ps INSTALL.txt
      5 
      6 .if !defined(RELEASEDIR)
      7 install:
      8 	@echo "You must set RELEASEDIR before doing that!"
      9 .endif
     10 
     11 release: install
     12 
     13 .include <bsd.files.mk>
     14 .include <bsd.prog.mk>
     15