diff options
author | sjg <sjg@FreeBSD.org> | 2013-10-13 00:27:34 +0000 |
---|---|---|
committer | sjg <sjg@FreeBSD.org> | 2013-10-13 00:27:34 +0000 |
commit | 724c99a1c94a90f5b93a8e9635d53f816035037f (patch) | |
tree | 9eb991d1816ce3bbe8c246598c8f5c49ea20f41b /share/skel | |
parent | 292ec5d30116249866ff9372c7f251c8b80bc68a (diff) | |
download | FreeBSD-src-724c99a1c94a90f5b93a8e9635d53f816035037f.zip FreeBSD-src-724c99a1c94a90f5b93a8e9635d53f816035037f.tar.gz |
We do want objdir
Diffstat (limited to 'share/skel')
-rw-r--r-- | share/skel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/skel/Makefile b/share/skel/Makefile index ffe8015..305a455 100644 --- a/share/skel/Makefile +++ b/share/skel/Makefile @@ -9,6 +9,5 @@ FILES1DIR= /usr/share/skel FILES2DIR= /usr/share/skel FILES1MODE= 0644 FILES2MODE= 0600 -NO_OBJ= .include <bsd.prog.mk> |