]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Make the man pages by default.
authorRoy Marples <roy@marples.name>
Mon, 12 May 2008 14:23:29 +0000 (14:23 +0000)
committerRoy Marples <roy@marples.name>
Mon, 12 May 2008 14:23:29 +0000 (14:23 +0000)
mk/prog.mk

index 03f356e4670d4c50ccfd4b9520984fe576f99618..5c12b853daec0a2a04929730a177fe615ced62d6 100644 (file)
@@ -16,7 +16,7 @@ SYSCONFDIR?=  ${PREFIX}/etc
 INSTALL?=      install
 SED?=          sed
 
-all: ${PROG} ${SCRIPT} ${MAN}
+all: ${PROG} ${SCRIPT} man
 
 ${PROG}: ${OBJS}
        ${CC} ${LDFLAGS} -o $@ ${OBJS} ${LDADD}