mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Be consistant with the other syscall makefile's handling of the default
target (ie: don't do anything accidently)
This commit is contained in:
parent
4a37393e95
commit
e58a2e4c46
2 changed files with 8 additions and 2 deletions
|
|
@ -1,6 +1,9 @@
|
|||
# Makefile for syscall tables
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.2 1997/03/29 10:48:49 peter Exp $
|
||||
|
||||
all:
|
||||
@echo "make linux_sysent.c only"
|
||||
|
||||
linux_sysent.c linux_syscall.h linux_proto.h: ../../kern/makesyscalls.sh \
|
||||
syscalls.master syscalls.conf
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
# Makefile for syscall tables
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.2 1997/03/29 10:48:49 peter Exp $
|
||||
|
||||
all:
|
||||
@echo "make linux_sysent.c only"
|
||||
|
||||
linux_sysent.c linux_syscall.h linux_proto.h: ../../kern/makesyscalls.sh \
|
||||
syscalls.master syscalls.conf
|
||||
|
|
|
|||
Loading…
Reference in a new issue