minix/share/legal/Makefile

13 lines
202 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.1 2005/10/22 06:07:00 hubertf Exp $
NOOBJ= # defined
.include <bsd.own.mk>
.if ${MKSHARE} != "no"
FILES= COPYRIGHT
FILESDIR= /usr/share/legal
.endif
.include <bsd.prog.mk>