mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
13 lines
289 B
Makefile
13 lines
289 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
|
|
# $Id: Makefile,v 1.1 1995/01/11 00:15:17 wollman Exp $
|
|
|
|
VOLUME= smm/12.timed
|
|
SRCS= timed.ms
|
|
EXTRA= date loop time unused
|
|
MACROS= -ms
|
|
SRCDIR= ${.CURDIR}/../../../../usr.sbin/timed/SMM.doc/timed
|
|
USE_SOELIM= yes
|
|
USE_TBL= yes
|
|
|
|
.include <bsd.doc.mk>
|