mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 15:35:10 -04:00
14 lines
346 B
Makefile
14 lines
346 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
|
|
# $Id: Makefile,v 1.5 1997/02/22 13:06:48 peter Exp $
|
|
|
|
.if exists(${.CURDIR}/../../../../games)
|
|
VOLUME= usd/31.trek
|
|
SRCS= trek.me
|
|
MACROS= -me
|
|
SRCDIR= ${.CURDIR}/../../../../games/trek/USD.doc
|
|
USE_TBL= yes
|
|
|
|
.include <bsd.doc.mk>
|
|
.else
|
|
all clean cleandepend cleandir depend distribute install obj:
|
|
.endif
|