diff options
Diffstat (limited to 'mk/prog.mk')
-rw-r--r-- | mk/prog.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ # based on FreeBSD's bsd.prog.mk # Copyright (c) 2008 Roy Marples <roy@marples.name> -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. OBJS+= ${SRCS:.c=.o} |