xref
: /
freebsd
/
share
/
examples
/
kld
/
syscall
/
test
/
Makefile
(revision 7cc9e6ddbb1a6cd38b2f44d4dd9dfc890d2fc9d0)
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