11 lines
189 B
Makefile
11 lines
189 B
Makefile
# $NetBSD: Makefile,v 1.4 1997/12/21 16:14:41 christos Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
SUBDIR= timed timedc
|
|
|
|
.if make(install)
|
|
SUBDIR+= SMM.doc
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|