Contributed the manpage
[infodrom/newmail] / Makefile
index cd0c391..f056071 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 SOURCE = $(wildcard *.c)
 OBJS = $(SOURCE:%.c=%.o)
 
-DEFINES = -DDEBUG
+DEFINES = -DDEBUG
 
 CFLAGS = -O2 -Wall $(DEFINES)
 # CFLAGS = -g -Wall $(DEFINES)
@@ -28,4 +28,5 @@ clean:
        rm -f newmail $(OBJS) *~
 
 install: newmail
-       install -o root -g root -m 755 newmail $(prefix)/usr/bin
+       install -s -o root -g root -m 755 newmail   $(prefix)/usr/bin
+       install    -o root -g root -m 644 newmail.1 $(prefix)/usr/share/man/man1