diff options
author | Brian Cully <bjc@kublai.com> | 2008-04-15 12:40:48 -0400 |
---|---|---|
committer | Brian Cully <github.20.shmit@spamgourmet.com> | 2008-04-15 12:40:48 -0400 |
commit | ba74f0016d36ba6c2cc4eb6de84b66d641904650 (patch) | |
tree | 3a764750e429c564d968f7abad1720941da07c42 /Makefiles | |
parent | 5301741bdf4b4e8ed780713a25cc480fc370bd98 (diff) | |
download | nastd-ba74f0016d36ba6c2cc4eb6de84b66d641904650.tar.gz nastd-ba74f0016d36ba6c2cc4eb6de84b66d641904650.zip |
Remove RCSIDs and BSD copyrights. We're GIT + GPLv3 now.
Diffstat (limited to 'Makefiles')
-rw-r--r-- | Makefiles/build | 1 | ||||
-rw-r--r-- | Makefiles/config | 2 | ||||
-rw-r--r-- | Makefiles/os/darwin | 3 | ||||
-rw-r--r-- | Makefiles/os/freebsd | 2 | ||||
-rw-r--r-- | Makefiles/os/freebsd2 | 2 | ||||
-rw-r--r-- | Makefiles/os/linux | 2 | ||||
-rw-r--r-- | Makefiles/os/solaris | 2 | ||||
-rw-r--r-- | Makefiles/os/sunos | 2 |
8 files changed, 0 insertions, 16 deletions
diff --git a/Makefiles/build b/Makefiles/build index 7e3b51d..dd9eafe 100644 --- a/Makefiles/build +++ b/Makefiles/build @@ -1,4 +1,3 @@ -# $Id: build,v 1.22 2001/10/29 11:22:05 shmit Exp $ # # Don't do configuration in this file! Edit Makefile.config instead. # diff --git a/Makefiles/config b/Makefiles/config index 1af9b01..6da908c 100644 --- a/Makefiles/config +++ b/Makefiles/config @@ -1,5 +1,3 @@ -# $Id: config,v 1.24 2001/11/09 15:54:37 shmit Exp $ -# # Add -DSHADOW to OPTFLAGS if you want to use have shadow passwords. # Where to place things. diff --git a/Makefiles/os/darwin b/Makefiles/os/darwin index 3b2b376..6d33c1a 100644 --- a/Makefiles/os/darwin +++ b/Makefiles/os/darwin @@ -1,7 +1,4 @@ -# $Id: freebsd,v 1.1.1.1 2000/02/16 23:32:48 shmit Exp $ - CC= gcc -pthread INSTALL= install OSFLAGS= -DOS_DARWIN -#OSLIBS= -lcrypt -lutil diff --git a/Makefiles/os/freebsd b/Makefiles/os/freebsd index 7eb2e17..4b20964 100644 --- a/Makefiles/os/freebsd +++ b/Makefiles/os/freebsd @@ -1,5 +1,3 @@ -# $Id: freebsd,v 1.1.1.1 2000/02/16 23:32:48 shmit Exp $ - CC= gcc -pthread INSTALL= install diff --git a/Makefiles/os/freebsd2 b/Makefiles/os/freebsd2 index 387db8e..5f5eb48 100644 --- a/Makefiles/os/freebsd2 +++ b/Makefiles/os/freebsd2 @@ -1,5 +1,3 @@ -# $Id: freebsd2,v 1.1.1.1 2000/02/16 23:32:48 shmit Exp $ - CC= gcc INSTALL= install diff --git a/Makefiles/os/linux b/Makefiles/os/linux index 2f453ef..f1b75e7 100644 --- a/Makefiles/os/linux +++ b/Makefiles/os/linux @@ -1,5 +1,3 @@ -# $Id: linux,v 1.3 2000/03/21 19:25:17 shmit Exp $ - CC= gcc INSTALL= install RPATH= -L diff --git a/Makefiles/os/solaris b/Makefiles/os/solaris index ca7834d..8bab9ff 100644 --- a/Makefiles/os/solaris +++ b/Makefiles/os/solaris @@ -1,5 +1,3 @@ -# $Id: solaris,v 1.2 2000/03/21 19:22:51 shmit Exp $ - CC= gcc INSTALL= /usr/ucb/install RPATH= -R diff --git a/Makefiles/os/sunos b/Makefiles/os/sunos index 93324f7..7cf5fdf 100644 --- a/Makefiles/os/sunos +++ b/Makefiles/os/sunos @@ -1,5 +1,3 @@ -# $Id: sunos,v 1.1.1.1 2000/02/16 23:32:47 shmit Exp $ - CC= gcc INSTALL= /usr/ucb/install |