mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 15:38:06 +01:00
10 lines
186 B
Makefile
10 lines
186 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
|
|
# $Id$
|
|
|
|
VOLUME= smm/11.timedop
|
|
SRCS= timed.ms
|
|
MACROS= -ms
|
|
SRCDIR= ${.CURDIR}/../../../../usr.sbin/timed/SMM.doc/timedop
|
|
|
|
.include <bsd.doc.mk>
|