summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/sys/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/sys/Makefile.am')
-rw-r--r--cpukit/libnetworking/sys/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/cpukit/libnetworking/sys/Makefile.am b/cpukit/libnetworking/sys/Makefile.am
new file mode 100644
index 0000000000..3fe88aff59
--- /dev/null
+++ b/cpukit/libnetworking/sys/Makefile.am
@@ -0,0 +1,13 @@
+##
+## $Id$
+##
+
+AUTOMAKE_OPTIONS = foreign 1.4
+
+EXTRA_DIST = buf.h callout.h cdefs.h conf.h domain.h filio.h ioccom.h \
+ ioctl.h kernel.h libkern.h malloc.h mbuf.h mount.h param.h proc.h \
+ protosw.h queue.h reboot.h resourcevar.h rtprio.h select.h signalvar.h \
+ socket.h socketvar.h sockio.h sysctl.h syslimits.h syslog.h systm.h \
+ ttycom.h ttydefaults.h ucred.h uio.h
+
+include $(top_srcdir)/../../../automake/local.am