Merge from vendor branch OPENSSH:
[dragonfly.git] / sys / emulation / linux / i386 / Makefile
1 # Makefile for syscall tables
2 #
3 # $FreeBSD: src/sys/i386/linux/Makefile,v 1.4 1999/08/28 00:45:21 peter Exp $
4 # $DragonFly: src/sys/emulation/linux/i386/Makefile,v 1.6 2003/08/21 20:08:30 dillon Exp $
5
6 all:
7         @echo "make sysent only"
8
9 sysent:
10         cd ${.CURDIR} && ${MAKE} -f Makefile.misc sysent
11