e653b48c80
OK'ed by: core
8 lines
99 B
Makefile
8 lines
99 B
Makefile
# Makefile for simple caller of syscall
|
|
# $FreeBSD$
|
|
|
|
PROG = call
|
|
NO_MAN =
|
|
|
|
.include <bsd.prog.mk>
|