mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 13:20:37 -05:00
9 lines
156 B
Makefile
9 lines
156 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= vis
|
|
SRCS= vis.c foldit.c
|
|
|
|
.PATH: ${SRCTOP}/contrib/vis
|
|
CFLAGS+= -I${SRCTOP}/contrib/vis
|
|
|
|
.include <bsd.prog.mk>
|