diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-06-20 07:58:58 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-06-20 07:58:58 +0000 |
commit | 776a1f06ae8b7106a529b3cbf5c4b3c5e70dfcb9 (patch) | |
tree | b73ea229545e20b76e0f41e174a053098909a408 /usr.bin/tcfs/Makefile.inc | |
parent | c3c99f121a3abe960ffe947542b04d7d0f22f28e (diff) |
add openbsd tags. rearrange headers as per style(9) and indent.
replace some strcpy by strlcpy.
Diffstat (limited to 'usr.bin/tcfs/Makefile.inc')
-rw-r--r-- | usr.bin/tcfs/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/tcfs/Makefile.inc b/usr.bin/tcfs/Makefile.inc index bc62c39a36d..12a4fcba977 100644 --- a/usr.bin/tcfs/Makefile.inc +++ b/usr.bin/tcfs/Makefile.inc @@ -1,3 +1,5 @@ +# $OpenBSD: Makefile.inc,v 1.2 2000/06/20 07:58:55 fgsch Exp $ + CFLAGS+= -I${.CURDIR}/.. .include <bsd.obj.mk> |