mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
7 lines
122 B
Makefile
7 lines
122 B
Makefile
# Makefile for xten (Stark) 10/30/93
|
|
# $Id$
|
|
|
|
PROG= xten
|
|
CFLAGS+= -I${.CURDIR}/../../libexec/xtend
|
|
|
|
.include <bsd.prog.mk>
|