diff options
author | tholo <> | 1996-08-19 08:34:30 +0000 |
---|---|---|
committer | tholo <> | 1996-08-19 08:34:30 +0000 |
commit | e05d77aaf17452bebe333901f1acfad893fa05a7 (patch) | |
tree | 38a123983182ecb1d85d870dc92d9e902a66e4e4 /src/lib/libc/string/Makefile.inc | |
parent | 057dc3cd255a3e12f9cb92d21ec3f71c65cfd475 (diff) | |
download | openbsd-e05d77aaf17452bebe333901f1acfad893fa05a7.tar.gz openbsd-e05d77aaf17452bebe333901f1acfad893fa05a7.tar.bz2 openbsd-e05d77aaf17452bebe333901f1acfad893fa05a7.zip |
Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly
Diffstat (limited to 'src/lib/libc/string/Makefile.inc')
-rw-r--r-- | src/lib/libc/string/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libc/string/Makefile.inc b/src/lib/libc/string/Makefile.inc index 9b7e25cd95..347b23204c 100644 --- a/src/lib/libc/string/Makefile.inc +++ b/src/lib/libc/string/Makefile.inc | |||
@@ -1,5 +1,4 @@ | |||
1 | # from: @(#)Makefile.inc 5.6 (Berkeley) 3/5/91 | 1 | # $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:33:54 tholo Exp $ |
2 | # $Id: Makefile.inc,v 1.2 1996/03/25 23:31:46 tholo Exp $ | ||
3 | 2 | ||
4 | # string sources | 3 | # string sources |
5 | .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/string ${.CURDIR}/string | 4 | .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/string ${.CURDIR}/string |