svn commit: r244890 - in user/adrian/ath_radar_stuff: . lib src

Adrian Chadd adrian at FreeBSD.org
Mon Dec 31 06:38:13 UTC 2012


Author: adrian
Date: Mon Dec 31 06:38:12 2012
New Revision: 244890
URL: http://svnweb.freebsd.org/changeset/base/244890

Log:
  Add some top level makefile glue.

Added:
  user/adrian/ath_radar_stuff/Makefile   (contents, props changed)
  user/adrian/ath_radar_stuff/lib/Makefile   (contents, props changed)
  user/adrian/ath_radar_stuff/src/Makefile   (contents, props changed)

Added: user/adrian/ath_radar_stuff/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ user/adrian/ath_radar_stuff/Makefile	Mon Dec 31 06:38:12 2012	(r244890)
@@ -0,0 +1,5 @@
+.include <bsd.own.mk>
+
+SUBDIR=lib src
+
+.include <bsd.subdir.mk>

Added: user/adrian/ath_radar_stuff/lib/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ user/adrian/ath_radar_stuff/lib/Makefile	Mon Dec 31 06:38:12 2012	(r244890)
@@ -0,0 +1,5 @@
+.include <bsd.own.mk>
+
+SUBDIR=libradarpkt
+
+.include <bsd.subdir.mk>

Added: user/adrian/ath_radar_stuff/src/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ user/adrian/ath_radar_stuff/src/Makefile	Mon Dec 31 06:38:12 2012	(r244890)
@@ -0,0 +1,6 @@
+.include <bsd.own.mk>
+
+SUBDIR=pktlog qt-hpktlog
+
+.include <bsd.subdir.mk>
+


More information about the svn-src-user mailing list