10 lines
170 B
Makefile
10 lines
170 B
Makefile
# $NetBSD: Makefile,v 1.10 2009/01/19 07:50:20 jmmv Exp $
|
|
#
|
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
.if make(install)
|
|
SUBDIR+= psd smm usd
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|