diff options
author | Greg Troxel <gdt@fnord.ir.bbn.com> | 2007-08-02 15:37:30 +0200 |
---|---|---|
committer | Greg Troxel <gdt@fnord.ir.bbn.com> | 2007-08-02 15:37:30 +0200 |
commit | 61502cb7d6d636c7e04c6ae2c9e70a05cc6d202b (patch) | |
tree | 8c8b5e0a389f0cb2b62ad082c33276c658737350 /solaris | |
parent | Add --enable-solaris to descend into solaris-specific build directory. (diff) | |
download | frr-61502cb7d6d636c7e04c6ae2c9e70a05cc6d202b.tar.xz frr-61502cb7d6d636c7e04c6ae2c9e70a05cc6d202b.zip |
note the use of GNU make extensions.
Diffstat (limited to 'solaris')
-rw-r--r-- | solaris/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/solaris/Makefile.am b/solaris/Makefile.am index acccbdbcf..8cfd14186 100644 --- a/solaris/Makefile.am +++ b/solaris/Makefile.am @@ -1,5 +1,7 @@ # Solaris packages automake file -# $Id: Makefile.am,v 1.7 2006/02/19 18:59:26 paul Exp $ +# $Id$ + +# XXX This file uses GNU make extensions. .PHONY: packages |