build - Separate out CFLAGS for kernel & module build
[dragonfly.git] / contrib / ee / Makefile
bloba6525ea5717016ce70be024104395ca71a2b6ee3
1 # This is the make file for ee, the "easy editor".
3 # A file called 'make.local' will be generated which will contain information
4 # specific to the local system, such as if it is a BSD or System V based
5 # version of UNIX, whether or not it has catgets, or select.
7 # The "install" target ("make install") will copy the ee binary to
8 # the /usr/local/bin directory on the local system. The man page (ee.1)
9 # will be copied into the /usr/local/man/man1 directory.
11 # The "clean" target ("make clean") will remove the ee and new_curse.o
12 # object files, and the ee binary.
15 all : localmake buildee
17 buildee :
18 make -f make.local
20 localmake:
21 @./create.make
23 install :
24 cp ee /usr/local/bin/ee
25 cp ee.1 /usr/local/man/man1/ee.1
27 clean :
28 rm -f ee.o new_curse.o ee