diff options
author | 1999-08-19 08:13:18 +0000 | |
---|---|---|
committer | 1999-08-19 08:13:18 +0000 | |
commit | f39f13c2880a299ae807a8a8e3eb588d4ee6d360 (patch) | |
tree | e14fd7a5da82c3b9d04a6ec2d75abc6254af66f9 | |
parent | From FreeBSD with changes from /usr/share/misc/style (diff) | |
download | wireguard-openbsd-f39f13c2880a299ae807a8a8e3eb588d4ee6d360.tar.xz wireguard-openbsd-f39f13c2880a299ae807a8a8e3eb588d4ee6d360.zip |
don't install /usr/share/misc/style as it is being replaced by a man page
-rw-r--r-- | share/misc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/misc/Makefile b/share/misc/Makefile index f22cd47a0e7..93f2dc3cfea 100644 --- a/share/misc/Makefile +++ b/share/misc/Makefile @@ -1,8 +1,8 @@ # from: @(#)Makefile 5.13 (Berkeley) 5/7/91 -# $Id: Makefile,v 1.2 1996/06/12 11:21:45 deraadt Exp $ +# $Id: Makefile,v 1.3 1999/08/19 08:13:18 millert Exp $ FILES= airport ascii birthtoken eqnchar getopt inter.phone man.template \ - mdoc.template na.phone operator scsi_modes style zipcodes + mdoc.template na.phone operator scsi_modes zipcodes NOOBJ= noobj all clean cleandir depend lint tags: |