1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-31 16:57:10 +00:00
This commit is contained in:
Ruslan Ermilov 2006-03-15 10:40:01 +00:00
parent eca7e73743
commit 1999b9bf80
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156733

View File

@ -1,7 +1,7 @@
# Makefile for simple caller of syscall
# $FreeBSD$
PROG = call
NO_MAN =
PROG= call
NO_MAN=
.include <bsd.prog.mk>