mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
10 lines
126 B
Makefile
10 lines
126 B
Makefile
# $Id: Makefile,v 1.1.1.1 1998/07/14 07:30:54 abial Exp $
|
|
#
|
|
PROG=vm
|
|
#CFLAGS+=
|
|
SRCS= vm.c
|
|
NOMAN=yes
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
|