From 03950f95e7c521d2024566669550d9aa1bf2d6db Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Wed, 5 Sep 2012 09:15:55 -0400 Subject: Another dbsd patch from Zplay --- dragonfly/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'dragonfly/Makefile') diff --git a/dragonfly/Makefile b/dragonfly/Makefile index 949e1b8..cd0976c 100644 --- a/dragonfly/Makefile +++ b/dragonfly/Makefile @@ -69,6 +69,7 @@ install: all install -m 755 -d $(DESTDIR)$(BINDIR) install -m 755 -d $(DESTDIR)$(LIBDIR) install -m 755 -d $(DESTDIR)$(MANDIR)/man1 + install -m 755 -d $(DESTDIR)$(RESDIR) install -m 755 xombrero $(DESTDIR)$(BINDIR) install -m 644 ../xombrero.1 $(DESTDIR)$(MANDIR)/man1/xombrero.1 install -m 644 ../xombrero.css $(DESTDIR)$(RESDIR) -- cgit 1.4.1-2-gfad0 ' onchange='this.form.submit();'> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/cpp/.traces/check_string_in_memory
blob: 783c9702db183a0859a8718959f8d815ce8ee3f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78