summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-08-25 09:45:05 +0000
committerphk <phk@FreeBSD.org>1995-08-25 09:45:05 +0000
commit649141cd25d2f2fff89e9273621b908d74701a6e (patch)
treea63e2801dbf8934cb2cb77171c2ec1cfe791aacb /usr.sbin
parent709901aa3df4dec21db0b8804077a2b7ec457f11 (diff)
downloadFreeBSD-src-649141cd25d2f2fff89e9273621b908d74701a6e.zip
FreeBSD-src-649141cd25d2f2fff89e9273621b908d74701a6e.tar.gz
Add a couple of makefiles.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pccard/Makefile7
-rw-r--r--usr.sbin/pccard/Makefile.inc1
2 files changed, 8 insertions, 0 deletions
diff --git a/usr.sbin/pccard/Makefile b/usr.sbin/pccard/Makefile
new file mode 100644
index 0000000..7b64fb1
--- /dev/null
+++ b/usr.sbin/pccard/Makefile
@@ -0,0 +1,7 @@
+#
+# Makefile for xntpd.
+# $Id: Makefile,v 1.4 1994/09/29 23:43:54 wollman Exp $
+#
+SUBDIR= pccardc pccardd
+
+.include <bsd.subdir.mk>
diff --git a/usr.sbin/pccard/Makefile.inc b/usr.sbin/pccard/Makefile.inc
new file mode 100644
index 0000000..8b4c7de
--- /dev/null
+++ b/usr.sbin/pccard/Makefile.inc
@@ -0,0 +1 @@
+CFLAGS+= -Wall -g
OpenPOWER on IntegriCloud