xref
: /
freebsd
/
share
/
examples
/
kld
/
syscall
/
test
/
Makefile
(revision 4cf49a43559ed9fdad601bdcccd2c55963008675)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# Makefile for simple caller of syscall
2
3
PROG
=
call
4
NOMAN
=
noman
5
6
.
include
<
bsd.prog.mk
>
7