ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FreeBSDAdmin/Kernel/GNUmakefile
Revision: 912
Committed: 2007-05-03T15:46:15-07:00 (18 years, 2 months ago) by douglas
Original Path: FreeBSDAdmin/Mail/GNUmakefile
File size: 262 byte(s)
Log Message:
Ready?

File Contents

# User Rev Content
1 douglas 810 # Mail
2     #
3     # Douglas Thrift
4     #
5     # $Id$
6    
7 douglas 820 CFLAGS := -std=c99 -Wall -pedantic -g -O2
8 douglas 815 CPPFLAGS := -I/usr/local/include
9     LDFLAGS := -L/usr/local/lib
10     LDLIBS := -lc-client4
11    
12 douglas 816 .PHONY: all install clean
13 douglas 810
14 douglas 815 all: SpamUpdate
15 douglas 812
16 douglas 813 install: all
17 douglas 824 ./SetupMail.sh
18 douglas 816
19     clean:
20 douglas 912 rm -f SpamUpdate

Properties

Name Value
svn:keywords Id