mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 17:32:43 +00:00
11 lines
80 B
Makefile
11 lines
80 B
Makefile
# $FreeBSD$
|
|
#
|
|
PROG=vm
|
|
#CFLAGS+=
|
|
SRCS= vm.c
|
|
NOMAN=yes
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
|