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

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

Properties

Name Value
svn:keywords Id