ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FreeBSDAdmin/Kernel/GNUmakefile
Revision: 982
Committed: 2008-01-18T12:29:20-08:00 (17 years, 5 months ago) by douglas
File size: 185 byte(s)
Log Message:
Woo!

File Contents

# User Rev Content
1 douglas 982 # Kernel
2 douglas 810 #
3     # Douglas Thrift
4     #
5     # $Id$
6    
7 douglas 982 kernels := $(filter-out GNUmakefile,$(wildcard *))
8    
9 douglas 816 .PHONY: all install clean
10 douglas 810
11 douglas 924 all:
12 douglas 982 echo $(addprefix $(CURDIR)/,$(kernels))
13 douglas 812
14 douglas 813 install: all
15 douglas 816
16     clean:

Properties

Name Value
svn:keywords Id