summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2010-03-10 02:16:04 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2010-03-10 02:16:04 +0000
commitbe9070ef9bc98800ab46ce3b5aed398cabd1c1f3 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /Makefile
parentd13a87ba80ee095bcbd5f2d5e056bb4b56ac63e9 (diff)
downloadgetent-darwin-be9070ef9bc98800ab46ce3b5aed398cabd1c1f3.tar.gz
getent-darwin-be9070ef9bc98800ab46ce3b5aed398cabd1c1f3.tar.zst
getent-darwin-be9070ef9bc98800ab46ce3b5aed398cabd1c1f3.zip
Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting is a two-module system, consisting of a base compute module and a CPU expansion module. SGI's NUMAFlex architecture can be an excellent platform to test CPU affinity and NUMA-aware features in FreeBSD.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 85bc1b1..0000000
--- a/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-# $FreeBSD$
-
-PROG= getent
-
-.include <bsd.prog.mk>