1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 16:42:56 -08:00

installing special is dumb

This commit is contained in:
deraadt 1997-09-18 17:43:47 +00:00
parent b75c994e1e
commit eca60a2ede

View File

@ -1,5 +1,8 @@
# $OpenBSD: Makefile,v 1.5 1997/09/18 17:18:33 deraadt Exp $
# $OpenBSD: Makefile,v 1.6 1997/09/18 17:43:47 deraadt Exp $
SUBDIR= special ${MACHINE} notes
.if !make(install)
SUBDIR= special
.endif
SUBDIR+= ${MACHINE} notes
.include <bsd.subdir.mk>